Skip to main content
Feedback

Uninstall OPTIONS

This page includes a list of command options that help you identify the Optional parameters and Flags when uninstalling the quickstart application.

note

When uninstalling quickstart, no Required Parameters are needed. You can choose to completely remove the application or retain specific artifacts. Refer to the following Optional Parameters and Flags sections for more information.

Optional Parameters

  • -m

    The minikube user profile name. The default value is minikube.

Flags

  • -i

    This deletes container images.

  • -g

    This deletes generated templates.

  • -e

    This deletes the minikube profile.

  • -N

    This is used to delete the Kubernetes namespace, and is not applicable for deleting the default namespace.

  • -n

    This is used only for the dry run. The dry run runs only the checkers and does not start or create any artifacts. By default, it is set to OFF.

  • -v

    This controls the verbosity of logs. It can be used multiple times. The default value is -vv.

    • -v - ERROR level
    • -vv - WARN level
    • -vvv - INFO level
    • -vvvv- DEBUG level
  • -h

    This shows the help information.

On this Page